home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
utilstem
/
dosutil
/
doshelp.bat
< prev
next >
Wrap
DOS Batch File
|
1984-10-04
|
4KB
|
63 lines
echo off
BAT -DOSHELP
cls
BAT *
BAT BEGTYPE
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄╔═══════════════╗▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ DDA ╞═══════════════════════╣ DOS REFERENCE ╠═══════════════════════╡ RDO █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀╚═══════════════╝▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ ASSIGN [indrv=usedrv... ] Reassign drive █
█ BACKUP file drv: [/S] [/M] [/D:mm-dd-yy] Backup fixed disk files █
█ BREAK [ON] [OFF] Allow Ctrl-Break █
█ CHDIR [drv:] [path] Change directory (CD) █
█ CHKDSK [drv:] [filespec] [/F] [/V] Analyze disk for file █
█ CLS Clear screen █
█ COMP filespec filespec Compare 2 files █
█ COPY filespec filespec [/V] Copy 1st to 2nd █
█ filespec + filespec ... filespec [/V] Append files to make last█
█ filespec + filespec Append 1st to 2nd █
█ DATE [mm-dd-yy] Set date █
█ DIR [drv:] [path] [filename] [/P] [/W] Display directory entries █
█ DISKCOMP drv: drv: Compare 2 disks █
█ ERASE filespec Delete a file █
█ FIND [/V] [/C] [/N] "string" Find a string in a file █
█ FORMAT drv: [/S] [/1] [/V] Format a disk █
█ GRAPHICS Set up print for Epson █
█ MKDIR [drv:] path Create Subdirectory (MD) █
█ MODE LPT#: 80 [,6] Set printer █
█ 132 8 Find a string in a file █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
Press X to stop any other key to continue ..... ;
END
BAT INKEY %A | IF %A = X EXIT
cls
BAT *
BAT BEGTYPE
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄╔═══════════════╗▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ DDA ╞═══════════════════════╣ DOS REFERENCE ╠═══════════════════════╡ RDO █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀╚═══════════════╝▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ MODE BW 40 [R] [T] Set display mode █
█ CO 80 [L] Backup fixed disk files █
█ MONO Allow Ctrl-Break █
█ MODE COM#:baud [,parity [,databits [,stopbits [,P]]]] █
█ MODE lpt#:=COM# Redirect printer output █
█ PATH [drv:] path;path;path... Set default directories █
█ PRINT file [/C] Print a file (queued) █
█ PRINT /T Clear print queue █
█ RECOVER filespec Recover file(s) on disk █
█ drv: with bad sectors █
█ RENAME [drv:] filename filename Rename a file (REN) █
█ RMDIR [drv:] path Remove a directory (RD) █
█ SYS drv: Copy operating system █
█ TIME [hh:mm:ss.xx] Set time of day █
█ TREE [drv:] [/F] Display directories █
█ TYPE filespec Display file █
█ VER Display DOS version █
█ VERIFY ON / OFF Set autoverify of I/O █
█ VOL [drv:] Display Volume ID █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
Press R for review any other key to end .... ;
END
BAT INKEY %A | IF %A = R GOTO -DOSHELP
BAT EXIT